type go.pact.im/x/goupdate.sectionIndentWriter

7 uses

	go.pact.im/x/goupdate (current package)
		textgen.go#L13: 	w *sectionIndentWriter
		textgen.go#L326: type sectionIndentWriter struct {
		textgen.go#L332: func newSectionIndentWriter(wr io.Writer, pre string) *sectionIndentWriter {
		textgen.go#L333: 	return &sectionIndentWriter{
		textgen.go#L339: func (w *sectionIndentWriter) Section(f func() error) error {
		textgen.go#L348: func (w *sectionIndentWriter) Write(p []byte) (int, error) {
		textgen.go#L352: func (w *sectionIndentWriter) writer() io.Writer {